UI_EN = {
    UI_BetterCooking_OpenRecipeUI = "Open Recipe UI",

    UI_BetterCooking_Seasonings = "Seasonings",
    UI_BetterCooking_Ingredients = "Ingredients",
    UI_BetterCooking_Partial = "Partial",
    
    UI_BetterCooking_Seasonings_SubMenu = "Seasonings Sub-Menu",
    UI_BetterCooking_Seasonings_SubMenu_tooltip = "Puts all Seasonings into a dedicated Seasonings sub-menu.",

    UI_BetterCooking_Ingredients_SubMenu = "Ingredients Sub-Menu",
    UI_BetterCooking_Ingredients_SubMenu_tooltip = "Puts all Ingredients into a dedicated Ingredients sub-menu.",

    UI_BetterCooking_QuantitySuffix = "Quantity Suffix",
    UI_BetterCooking_QuantitySuffix_tooltip = "Displays the quantity of items available as a suffix (e.g. [x3]).",

    UI_BetterCooking_SortBySpoilage = "Sort by Spoilage",
    UI_BetterCooking_SortBySpoilage_tooltip = "Shows the seasoning or ingredient that will spoil first. (Sorting inside each type.)",

    UI_BetterCooking_SortByUsesRemaining = "Sort by Uses Remaining",
    UI_BetterCooking_SortByUsesRemaining_tooltip = "For seasonings, shows the ones with the lowest uses remaining first. (Sorting inside each type.)",

    UI_BetterCooking_Ingredients_Info = "Ingredients will always show the best available (largest hunger, first to spoil), sorted alphabetically.",

    UI_BetterCooking_Ingredients_ShowPartial = "Show Partial Ingredients",
    UI_BetterCooking_Ingredients_ShowPartial_tooltip = "Adds a partial group that shows the best partial items (largest partial hunger, first to spoil).",
}